FCM Service

  • Global factory const which can be used to create a FCMServiceClient with a StitchAppClient. Pass into StitchAppClient.serviceClient(fromFactory:withName) to get an `FCMServiceClient.

    Declaration

    Swift

    public let fcmServiceClientFactory: AnyNamedServiceClientFactory<FCMServiceClient>
  • The FCM service client, which can be used to send push notifications to other users via MongoDB Stitch.

    See more

    Declaration

    Swift

    public protocol FCMServiceClient